home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Graphics / Gifts / background_2562.txt < prev    next >
Encoding:
Text File  |  1988-02-11  |  2.7 KB  |  138 lines

  1. -- background: 2562 from stack: in
  2. -- bmap block id: 3503
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=203 top=300 right=334 bottom=242
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 6460 / 6460
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to previous card
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=281 top=300 right=334 bottom=320
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 6179 / 6179
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to next card
  41. end mouseUp
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=241 top=300 right=338 bottom=282
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 20098 / 20098
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Home
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect iris close
  59.   go home
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 5 (field)
  65. -- low flags: 00
  66. -- high flags: 0002
  67. -- rect: left=116 top=104 right=129 bottom=397
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 21
  72. -- text size: 18
  73. -- style flags: 0
  74. -- line height: 24
  75. -- part name: giftname
  76.  
  77.  
  78. -- part 6 (field)
  79. -- low flags: 00
  80. -- high flags: 0002
  81. -- rect: left=200 top=136 right=155 bottom=397
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 21
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: price
  90.  
  91.  
  92. -- part 7 (field)
  93. -- low flags: 00
  94. -- high flags: 0007
  95. -- rect: left=195 top=156 right=241 bottom=397
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 21
  100. -- text size: 10
  101. -- style flags: 0
  102. -- line height: 13
  103. -- part name: description
  104.  
  105.  
  106. -- part 8 (field)
  107. -- low flags: 00
  108. -- high flags: 0002
  109. -- rect: left=195 top=242 right=258 bottom=397
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 0
  113. -- font id: 21
  114. -- text size: 10
  115. -- style flags: 0
  116. -- line height: 13
  117. -- part name: Where
  118.  
  119.  
  120. -- part 9 (button)
  121. -- low flags: 00
  122. -- high flags: 8004
  123. -- rect: left=383 top=294 right=316 bottom=483
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: Go Back
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   go to card id 2972 of stack "Mac-Christmas"
  135. end mouseUp
  136.  
  137.  
  138.